Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

634218 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/131 - Guess Number by Speech/js

script.js cody/swapnilsparsh/30DaysOfJavaScript/131 - Guess Number by Speech/js/script.js
166 Views
0 Comments
const msgEl = document.getElementById('msg');

const randomNum = getRandomNumber();

console.log('Number:', randomNum);

window.SpeechRecognition =
window.SpeechRecognition || window.webkitSpeechRecognition;